@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  .headerBox .logoBox {
    padding-left: 15px;
  }

  .headerBox .menusBox {
    display: none;
  }

  .headerBox .fa-bars {
    color: #ffffff;
    height: 100%;
    float: right;
    padding-right: 15px;
    margin-top: 15px;
  }

  .searchBoxH5 {
    /* position: fixed;
    top: 60px; */
    /* z-index: 11; */
    display: none;
  }

  .searchBoxH5 .normalSearch,
  .searchBoxH5 .advancedSearch {
    float: none !important;
  }

  .searchBoxH5 .advancedSearch {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  .searchBoxH5 .input {
    width: calc(100% - 30px);
    height: 37px;
    line-height: 37px;
    text-align: center;
    /* padding: 0 5px; */
    font-size: 16px;
    color: #7f7f7f;
    border: 1px solid #b9b9b9;
    margin-top: 10px;
    margin-left: 15px;
  }

  .searchBoxH5 .volume,
  .searchBoxH5 .issue {
    width: 75px;
  }

  .searchBoxH5 .firstPage {
    width: 90px;
  }

  .searchBoxH5 .search {
    width: 51px;
    height: 37px;
    background-color: #ffffff;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    background: url("https://scichina.oss-cn-beijing.aliyuncs.com/template/platform/img/search.svg")
      no-repeat;
    background-size: 21px 21px;
    background-color: #ffffff;
    background-position: center;
    vertical-align: bottom;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
  }

  .searchBoxH5 .advancedSearch {
    font-size: 16px;
    color: #007398;
    cursor: pointer;
    padding: 10px 15px;
  }

  .searchBoxH5 .select2-container {
    width: calc(100% - 30px) !important;
    height: 37px;
    font-size: 16px;
    color: #7f7f7f;
    margin-left: 15px;
    margin-top: 10px;
  }

  .searchBoxH5 .select2-container .select2-selection--single {
    border-radius: 0;
    border: 1px solid #b9b9b9;
    height: 37px;
  }

  .searchBoxH5
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 37px;
    color: #7f7f7f;
    text-align: center;
  }

  .searchBoxH5
    .select2-container
    .select2-selection--single
    .select2-selection__rendered
    .select2-selection__placeholder {
    color: #7f7f7f;
  }

  .searchBoxH5
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    height: 37px;
  }

  .searchBoxPc {
    display: none;
  }

  .jgNavBoxPc {
    display: none;
  }

  /* .jgNavBoxH5 {
    position: fixed !important;
    top: 60px;
    z-index: 8;
  } */

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .text {
    display: none !important;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader {
    width: calc(100% - 30px);
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab {
    width: 100%;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem {
    width: calc(100% - 30px);
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .search {
    width: 60vw !important;
    max-width: 390px;
  }

  .commonHeaderBox .jgBg {
    margin-top: 60px;
  }

  #loginModal .modal-header,
  #resetSuccessModal .modal-header {
    padding: 10px 15px;
  }

  #forgotPasswordModal .modal-header {
    padding: 10px 15px 20px;
  }

  #loginModal .modal-body,
  #forgotPasswordModal .modal-body,
  #resetSuccessModal .modal-body {
    padding: 15px;
  }

  #loginModal .modal-body .loginBox {
    width: 100%;
  }

  #loginModal .modal-body .loginBox .loginForm .passwordBox .input {
    width: calc(100% - 30px) !important;
  }

  #loginModal .modal-body .loginBox .loginForm .codeBox .input {
    width: calc(100% - 160px) !important;
  }

  #loginModal .modal-footer .checkAgreementBox .input {
    float: left;
    margin-top: 2px !important;
  }

  #loginModal .modal-footer .checkAgreementBox .agreement {
    width: calc(100% - 18px);
    float: left;
  }

  #loginModal .modal-body .loginBox .tabs .tabEn {
    font-size: 13px !important;
  }

  .posterBox {
    display: none;
  }

  .headerBox .menusBox .menus {
    margin-left: 15px;
  }

  .bannerBox {
    height: 1.5rem !important;
  }

  .bannerBox .logoBox {
    width: 3rem !important;
  }

  .bannerBox .searchBox {
    display: none;
  }

  .headerBox .menusBox .enterMenus .text,
  .headerBox .menusBox .languageMenus .text {
    display: none !important;
  }

  ::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .headerBox .logoBox {
    padding-left: 58px;
  }

  .headerBox .fa {
    display: none;
  }

  .headerBox .menusBoxH5 {
    display: none;
  }

  .searchBoxH5 {
    display: none;
    overflow: hidden;
  }

  .searchBoxH5 .normalSearch,
  .searchBoxH5 .advancedSearch {
    float: left;
  }

  .searchBoxH5 .advancedSearch {
    margin-left: 18px;
  }

  .advancedSearch {
    margin-top: 30px;
  }

  .jgNavBoxPc {
    display: none;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader {
    width: calc(100% - 30px);
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab {
    width: 100%;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem {
    width: calc(100% - 30px);
  }

  .searchBoxPc .searchBox .input {
    margin-right: 20px;
  }

  .searchBoxPc .searchBox .keywords {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .searchBoxPc .searchBox .authorName {
    width: calc((100% - 20px) / 2);
  }

  .searchBoxPc .select2-container {
    width: calc((100% - 20px) / 2) !important;
  }

  .searchBoxPc .searchBox .volume {
    width: 200px;
  }

  .searchBoxPc .searchBox .issue {
    width: 200px;
  }

  .searchBoxPc .searchBox .firstPage {
    width: 200px;
  }

  .searchBoxPc .searchBox .search {
    float: right;
  }

  .searchBoxPc .searchBox .advancedSearch {
    display: block;
  }

  .bannerBox .logoBox {
    width: 300px;
  }

  #loginModal .modal-header,
  #resetSuccessModal .modal-header {
    padding: 10px 40px;
  }

  #forgotPasswordModal .modal-header {
    padding: 10px 40px 20px;
  }

  #loginModal .modal-body {
    padding: 15px 40px;
  }

  #forgotPasswordModal .modal-body,
  #resetSuccessModal .modal-body {
    padding: 20px 40px 15px;
  }

  #loginModal .modal-body .loginBox {
    width: 350px;
  }

  #loginModal .modal-body .loginBox .loginForm .passwordBox .input {
    width: 321px !important;
  }

  #loginModal .modal-body .loginBox .loginForm .codeBox .input {
    width: 182px !important;
  }

  #loginModal .modal-footer .checkAgreementBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headerBox .menusBox .menus {
    margin-left: 53px;
  }

  .headerBox .menusBox .el-dropdown-link {
    margin-left: 0;
  }

  .bannerBox .searchBox {
    display: none;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavHeader {
    width: 940px;
  }

  .commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem {
    width: 940px;
  }

  .searchBoxPc .searchBox .keywords {
    width: 380px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .searchBoxPc .searchBox .authorName {
    width: 380px;
  }

  .searchBoxPc .searchBox .volume {
    width: 131px;
  }

  .searchBoxPc .searchBox .issue {
    width: 144.5px;
  }

  .searchBoxPc .searchBox .firstPage {
    width: 144.5px;
  }

  .searchBoxPc .select2-container {
    width: 229px !important;
    margin-right: 20px;
  }

  .searchBoxPc .searchBox .search {
    float: none;
  }

  .searchBoxPc .searchBox .advancedSearch {
    display: inline-block;
    margin-left: 9px;
  }

  .navBox .nav {
    padding: 0 56px;
  }

  .navBox .navEn {
    padding: 0 17px;
  }

  .headerBox .menusBox .searchMenus {
    display: none !important;
  }

  .bannerBox .searchBox {
    display: flex;
  }

  .advancedSearch {
    margin-top: 0;
  }

  .searchBoxH5 {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .commonHeaderBox .jgNavBoxPc .jgSearch .text {
    display: none;
  }

  .jgNavBoxPc {
    display: block;
  }

  .jgNavBoxH5 {
    display: none;
  }

  .searchBoxPc .searchBox #searchForm {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .searchBoxPc .searchBox .input {
    margin-right: 15px;
  }

  .searchBoxPc .select2-container {
    margin-right: 15px;
  }

  .searchBoxPc .searchBox {
    text-align: center;
  }

  .searchBoxPc .searchBox .keywords {
    width: 201px;
    border-radius: 20px 0 0 20px;
  }

  .searchBoxPc .searchBox .authorName {
    width: 154px;
  }

  .searchBoxPc .searchBox .volume {
    width: 75px;
  }

  .searchBoxPc .searchBox .issue {
    width: 75px;
  }

  .searchBoxPc .searchBox .firstPage {
    width: 90px;
  }

  .commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .link {
    padding: 0 19px;
  }

  .navBox .navEn {
    padding: 0 37px;
  }

  .bannerBox .searchBox .normalSearch {
    width: 380px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }

  .commonHeaderBox .jgNavBoxPc .jgSearch .text {
    display: inline-block;
  }

  .searchBoxPc .searchBox .input {
    margin-right: 20px;
  }

  .searchBoxPc .select2-container {
    margin-right: 20px;
  }

  .navBox .nav {
    margin: 0 25px;
  }

  .navBox .navEn {
    padding: 0 43px;
  }

  .commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .link {
    padding: 0 27px;
  }

  .commonHeaderBox .jgNavBoxPc .jgNavTabs .tabEn .link {
    padding: 0 18px;
  }
}

@media (min-width: 1620px) {
  .commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .link {
    padding: 0 42px;
  }

  .commonHeaderBox .jgNavBoxPc .jgNavTabs .tabEn .link {
    padding: 0 20px;
  }
}

#bulletinHeaderBox {
  color: #000000;
  font-size: 16px;
}

.banerdx {
  width: 100%;
  height: 50px;
  background-size: 100% 100% !important;
  cursor: pointer;
}

.headerBox {
  width: 100%;
  height: 60px;
  background: #f0f8ff;
  color: #020202;
}

.headerBoxFixed {
  position: fixed;
  top: 0;
}

.headerBox .logoBox {
  display: flex;
  align-items: center;
  height: 100%;
  float: left;
  cursor: pointer;
}

.headerBox .logoBox .img {
  width: auto;
  height: 50px;
}

.headerBox .logoBox .text {
  font-size: 29px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 5px;
}

.headerBox .menusBox {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

.headerBox .menusBox .menus {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.headerBox .menusBox .menus .journalsImg {
  width: 22px;
  height: 22px;
  /* margin-top: 2px; */
}

.headerBox .menusBox .menus .booksImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .cartImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .customerImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .img {
  width: 20px;
  height: 20px;
}

.headerBox .menusBox .menus .user {
  width: 22px;
  height: 22px;
}

.headerBox .menusBox .menus .searchImg {
  width: 15px;
  height: 15px;
}

.headerBox .menusBox .menus .text {
  font-size: 16px;
  padding: 0 5px;
  color: #020202;
}

.headerBox .menusBox .menus .text:hover {
  text-decoration: underline;
  font-weight: 600;
}

.headerBox .menusBox .userMenus {
  width: auto !important;
  position: relative;
}

.headerBox .menusBox .userMenusLogin .text {
  background: #f48e0b;
  color: #fff;
}

.headerBox .menusBox .userMenus .dropdown-toggle {
  color: #020202;
}

.headerBox .menusBox .customerMenus {
  position: relative;
}

.headerBox .menusBox .customerMenus .weChatImgBox {
  position: absolute;
  width: 300px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.headerBox .menusBox .customerMenus .weChatImgBox .img {
  width: 100%;
  height: auto;
}

.headerBox .menusBoxH5 {
  background: #1a1a1f;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -275px;
  width: 275px;
}

.headerBox .menusBoxH5 .menuHeader {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid hsla(0, 0%, 85.1%, 0.2);
  padding: 0 0 0 16px;
  font-size: 14px;
}

.headerBox .menusBoxH5 .rlist .list {
  padding: 16px;
  border-bottom: 1px solid hsla(0, 0%, 85.1%, 0.2);
  display: flex;
  align-items: center;
}

.headerBox .menusBoxH5 .rlist .list .journalsImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .booksImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .cartImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .languageImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .userImg {
  width: 22px;
  height: 22px;
}

.headerBox .menusBoxH5 .rlist .list .text {
  font-size: 14px;
  color: #ffffff;
  padding-left: 20px;
}

.headerBox .menusBoxH5 .rlist .list .userText {
  position: relative;
}

.headerBox .menusBoxH5 .rlist .list .dropdown-toggle {
  color: #ffffff;
}

.headerBox .menusBoxH5:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.6, 0.01, 0.16, 1.01);
}

.headerBox .open:after {
  z-index: -1;
  opacity: 1;
  visibility: visible;
  left: 0;
}

.searchBoxPc {
  width: 100%;
  height: auto;
  background: linear-gradient(
    90deg,
    #203f54 0%,
    #355677 13%,
    #053a6c 27%,
    #03326a 38%,
    #18246c 50%
  );
  margin-top: 60px;
  padding: 21px 0;
}

.searchBoxPc .searchBox {
  position: relative;
}

.searchBoxPc .searchBox .input {
  height: 37px;
  line-height: 37px;
  text-align: center;
  /* padding: 0 5px; */
  font-size: 16px;
  color: #7f7f7f;
}

.searchBoxPc .searchBox .bookTitle {
  width: 229px;
}

.searchBoxPc .searchBox .search {
  width: 51px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: inline-block;
  background: url("https://scichina.oss-cn-beijing.aliyuncs.com/template/platform/img/search.svg")
    no-repeat;
  background-size: 21px 21px;
  background-color: #ffffff;
  background-position: center;
  vertical-align: bottom;
  cursor: pointer;
}

.searchBoxPc .searchBox .advancedSearch {
  font-size: 16px;
  color: #ffffff;
  vertical-align: bottom;
  cursor: pointer;
}

.searchBoxPc .select2-container {
  height: 37px;
  font-size: 16px;
  color: #7f7f7f;
}

.searchBoxPc .select2-container .select2-selection--single {
  border-radius: 0;
  border: none;
  height: 37px;
}

.searchBoxPc
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 37px;
  color: #7f7f7f;
}

.searchBoxPc
  .select2-container
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: #7f7f7f;
}

.searchBoxPc
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  height: 37px;
}

.commonHeaderBox .jgNavBoxPc {
  width: 100%;
  height: 50px;
  background: #004098;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  z-index: 8;
  position: relative;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs {
  height: 50px;
  line-height: 50px;
  /* float: left;
	position: absolute; */
  z-index: 10;
  text-align: center;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .link {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .link .fa {
  margin-left: 5px;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu {
  background-color: #004098;
  margin: -2px 0 0;
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0px;
  border-radius: 0;
  border: none;
  min-width: 0;
  width: 100%;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu .childA {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  line-height: 49px !important;
  /* margin-top: 4px;
  margin-bottom: 4px; */
  text-align: center;
  /* white-space: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu li {
  display: flex;
  min-height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #7f7f7f;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu a {
  border-left: 5px solid transparent;
  background: #004098;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab .dropdown-menu a:hover {
  background-color: #d7e9ff;
}

.commonHeaderBox .jgNavBoxPc .jgNavTabs .tab a:hover {
  background: #d7e9ff;
  color: #004098 !important;
}

.commonHeaderBox .jgNavBoxPc .jgSearch {
  float: right;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .desc {
  cursor: pointer;
  color: white;
  font-size: 14px;
  display: none;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .search {
  width: 210px;
  height: 32px;
  color: #7f7f7f;
  background: #ffffff;
  border: 1px solid #797979;
  font-size: 15px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-top: 0;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .search .input {
  width: 100%;
  height: 100%;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .search .img {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 5px;
  top: 6.5px;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxPc .jgSearch .text {
  font-size: 14px;
  color: #ffffff;
  margin-left: 3px;
  vertical-align: bottom;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxPcFixed {
  position: fixed !important;
  top: 60px;
}

.commonHeaderBox .jgNavBoxH5 {
  width: 100%;
  background: #004098;
  box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader {
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgNavIcon {
  height: 40px;
  background: #004098;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgNavIcon .text {
  margin-left: 10px;
  font-size: 18px;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch {
  height: 40px;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .search {
  width: 390px;
  height: 32px;
  color: #7f7f7f;
  background: #ffffff;
  border: 1px solid #797979;
  font-size: 15px;
  display: inline-block;
  margin-top: 4px;
  position: relative;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .search .input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .search .img {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 5px;
  top: 6.5px;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxH5 .jgNavHeader .jgSearch .text {
  font-size: 14px;
  color: #ffffff;
  margin-left: 3px;
  vertical-align: bottom;
  display: inline-block;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs {
  width: 100%;
  background: #f5f7fa;
  display: none;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 16px;
  border-top: 1px solid #cfd5e4;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem {
  height: 100%;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem .link {
  display: inline-block;
  width: 100%;
  color: #2a2a2a;
  text-decoration: none;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab .tabItem .fa {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.commonHeaderBox .jgNavBoxH5 .jgNavTabs .tab-white {
  display: none;
  background: #ffffff;
  font-size: 13px;
}

.commonHeaderBox .jgBg {
  width: 100%;
  height: 115px;
  background: url("https://scichina.oss-cn-beijing.aliyuncs.com/template/platform/img/bg.png")
    no-repeat;
  background-size: cover;
  background-position: left top;
}

.commonHeaderBox .jgBg .title {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 115px;
}

.navBox {
  display: none;
}

.navBox {
  width: 100%;
  height: 50px;
  background: #004098;
}

.navBox .navContainer {
  text-align: center;
}

.navBox .nav {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.navBox .nav:hover {
  background: #003379;
}

.navBox .nav .navSecond {
  display: flex;
  align-items: center;
}

.navBox .nav .navSecond .fa {
  margin-left: 5px;
}

.navBox .navEn {
  margin: 0;
}

.navBox .nav #titleBox {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navBox .nav #titleBox .fa-angle-down {
  margin-left: 5px;
}

.navBox .nav .dropdown-menu {
  background-color: #004098;
  margin: -2px 0 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0px;
  border-radius: 0;
  border: none;
  min-width: 0;
  width: 100%;
}

.navBox .nav .dropdown-menu li {
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #7f7f7f;
  text-align: center;
}

.navBox .nav .dropdown-menu .childA {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  padding: 0;
  height: 50px !important;
  line-height: 50px !important;
  position: relative;
}

.navBox .nav .dropdown-menu .childA .line {
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  visibility: hidden;
}

.navBox .nav .dropdown-menu a:hover {
  background-color: #003379;
  /* border-left: 5px solid #D7D7D7; */
}

.navBox .nav .dropdown-menu a:hover .line {
  visibility: visible;
}

.navBoxH5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 8;
}

.navBoxH5 .menusIcon {
  width: 100%;
  height: 40px;
  background: rgba(0, 64, 152, 1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.navBoxH5 .menusIcon .text {
  margin-left: 10px;
  font-size: 18px;
}

.navBoxH5 .menusItem {
  width: 100%;
  height: auto;
  background: #f5f7fa;
  display: none;
}

.navBoxH5 .menusItem .menu {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  border-top: 1px solid #cfd5e4;
  padding: 0 15px;
}

.navBoxH5 .menusItem .tabItem {
  height: 100%;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
}

.navBoxH5 .menusItem .tabItem .secondLink {
  display: inline-block;
  width: 100%;
  color: #2a2a2a;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #cfd5e4;
  padding: 0 15px;
}

.navBoxH5 .menusItem .tabItem .fa {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.navBoxH5 .menusItem .tab-white {
  display: none;
  background: #ffffff;
  font-size: 13px;
}

/* .navBoxFixed {
	position: fixed;
	top: 60px;
  } */

@media (min-width: 992px) {
  .navBox {
    display: block;
  }

  .navBoxH5 {
    display: none;
  }
}

#loginModal .modal-header .close {
  opacity: 1;
  margin: 22px 0 0 0;
}

#loginModal .modal-header .close .img {
  width: 20px;
  height: 20px;
}

#loginModal .modal-header .modal-title .img {
  width: auto;
  height: 56px;
}

#loginModal .modal-body .title {
  font-size: 20px;
  color: #004098;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.34);
  font-weight: bold;
}

#loginModal .modal-body .loginBox {
  margin: 25px auto 0;
}

#loginModal .modal-body .loginBox .tabs .tab {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  color: #aaaaaa;
  font-weight: bold;
}

#loginModal .modal-body .loginBox .tabs .tabEn {
  font-size: 14px;
}

#loginModal .modal-body .loginBox .tabs .tab:last-of-type {
  margin-left: 37px;
}

#loginModal .modal-body .loginBox .tabs .active {
  color: #000000;
  border-bottom: 3px solid #004098;
  padding-bottom: 3px;
}

#loginModal .modal-body .loginBox .loginForm .inputBox {
  margin-top: 20px;
}

#loginModal .modal-body .loginBox .loginForm .inputBox .input {
  width: 100%;
  height: 37px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  color: #7f7f7f;
  font-size: 14px;
  padding: 0 20px;
}

#loginModal .modal-body .loginBox .loginForm .passwordBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#loginModal .modal-body .loginBox .loginForm .passwordBox .img {
  width: 20px;
  height: 14px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .passwordBox .fa-eye {
  color: #aaaaaa;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .codeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .picture {
  height: 37px;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .picture .fa {
  color: #aaaaaa;
  font-size: 20px;
  vertical-align: top;
  height: 37px;
  padding-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .codeBtn {
  width: 130px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #004098;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 20px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .codeBtn:hover {
  background-color: #396afc;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .codeBtn2 {
  color: #c0c4cc !important;
}

#loginModal .modal-body .loginBox .loginForm .codeBox .codeBtn2:hover {
  cursor: not-allowed !important;
  color: #c0c4cc;
}

#loginModal .modal-body .loginBox .forgotText {
  font-size: 14px;
  color: #004098;
  margin-top: 12px;
  cursor: pointer;
}

#loginModal .modal-body .loginBox .btns .btn {
  height: 39px;
  line-height: 39px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  display: block;
  padding: 0;
  margin: 25px 0 0 0;
}

#loginModal .modal-body .loginBox .btns .loginBtn {
  background-color: #004098;
  color: #ffffff;
}

#loginModal .modal-body .loginBox .btns .loginBtn:hover {
  background-color: #396afc;
}

#loginModal .modal-body .loginBox .btns .registerBtn {
  background-color: #ffffff;
  color: #004098;
  border: 1px solid #004098;
}

#loginModal .modal-body .loginBox .btns .registerBtn:hover {
  background-color: #004098;
  color: #ffffff;
}

#loginModal .modal-footer {
  border-top: none;
  text-align: left;
}

#loginModal .modal-footer .otherLoginMethodsTextBox {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

#loginModal .modal-footer .otherLoginMethodsTextBox .line {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
}

#loginModal .modal-footer .otherLoginMethodsTextBox .text {
  font-size: 16px;
  white-space: nowrap;
}

#loginModal .modal-footer .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}

#loginModal .modal-footer .imgBox .img {
  cursor: pointer;
}

#loginModal .modal-footer .imgBox .img:hover {
  animation: shake 0.38s;
  -webkit-animation: shake 0.38s;
}

#loginModal .modal-footer .imgBox .wxImg {
  width: 41px;
  height: 41px;
}

#loginModal .modal-footer .imgBox .qqImg {
  width: 35px;
  height: 37px;
  margin: 0 20px;
}

#loginModal .modal-footer .imgBox .fImg {
  width: 40px;
  height: 40px;
}

#loginModal .modal-footer .checkAgreementBox {
  margin: 25px 0 20px;
}

#loginModal .modal-footer .checkAgreementBox input[type="checkbox"] {
  margin: 0;
}

#loginModal .modal-footer .checkAgreementBox .agreement {
  font-size: 14px;
  margin-left: 5px;
}

#loginModal .modal-footer .checkAgreementBox .agreement .policy {
  color: #00508b;
  cursor: pointer;
}

#forgotPasswordModal .modal-header .close {
  opacity: 1;
  margin: 22px 0 0 0;
}

#forgotPasswordModal .modal-header .close .img {
  width: 20px;
  height: 20px;
}

#forgotPasswordModal .modal-header .modal-title .img {
  width: 54px;
}

#forgotPasswordModal .modal-header .text {
  color: #00508b;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0;
}

#forgotPasswordModal .modal-header .desc {
  color: #000000;
  font-size: 14px;
}

#forgotPasswordModal .modal-body label {
  font-size: 14px;
  color: #000000;
}

#forgotPasswordModal .modal-body .inputBox {
  margin-top: 10px;
}

#forgotPasswordModal .modal-body .inputBox .input {
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 0 20px;
}

#forgotPasswordModal .modal-body .pictureCode {
  display: flex;
  align-items: center;
}

#forgotPasswordModal .modal-body .pictureCode .input {
  width: calc(100% - 177px);
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  padding: 0 20px;
}

#forgotPasswordModal .modal-body .pictureCode .picture {
  margin-left: 25px;
  cursor: pointer;
}

#forgotPasswordModal .modal-body .pictureCode .picture .fa {
  color: #aaaaaa;
  font-size: 20px;
  vertical-align: top;
  height: 45px;
  padding-top: 13px;
  margin-left: 10px;
  cursor: pointer;
}

#forgotPasswordModal .modal-footer {
  border-top: none;
}

#forgotPasswordModal .modal-footer .resetBtn {
  width: 175px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #00508b;
  font-size: 16px;
  color: #ffffff;
  border-radius: 10px;
  font-weight: bold;
}

#forgotPasswordModal .modal-footer .resetBtn:hover {
  background: #0179c1;
}

#resetSuccessModal .modal-header .close {
  opacity: 1;
  margin: 22px 0 0 0;
}

#resetSuccessModal .modal-header .close .img {
  width: 20px;
  height: 20px;
}

#resetSuccessModal .modal-header .modal-title .img {
  width: 54px;
  height: 56px;
}

#resetSuccessModal .modal-header .text {
  color: #00508b;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 0 0;
}

#resetSuccessModal .modal-body .text {
  color: #757575;
  font-size: 14px;
  font-weight: bold;
}

#resetSuccessModal .modal-body .desc {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.menusBox .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

.verifyCodeBox {
  display: flex;
}

.verifyCodeBox .btn {
  background: #004098;
  color: #ffffff;
  opacity: 1;
}

.verifyCodeBox .btn:hover {
  background: #396afc;
  color: #ffffff;
}

.bannerBox {
  background: #ffffff;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 1);
}

.bannerBox .middleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bannerBox .logoBox {
  height: auto;
  cursor: pointer;
}

.bannerBox .logoBox .img {
  width: 100%;
  height: 100%;
}

.bannerBox .searchBox {
  align-items: center;
}
.searchBoxH5 .normalSearch {
  width: 380px;
}
.bannerBox .searchBox .normalSearch,
.searchBoxH5 .normalSearch {
  height: 50px;
  background: rgba(240, 248, 255, 1);
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
}

.bannerBox .searchImg,
.searchBoxH5 .searchImg {
  width: 20.85px;
  height: 20.85px;
  cursor: pointer;
}

.bannerBox .advancedSearch {
  color: #004098;
  cursor: pointer;
  margin-left: 18px;
  font-size: 14px;
}

.searchBoxH5 .advancedSearch {
  color: #004098;
  cursor: pointer;
  font-size: 14px;
}

.bannerBox .el-select,
.searchBoxH5 .el-select {
  width: 110px;
}

.bannerBoxEn .el-select,
.searchBoxH5En .el-select {
  width: 220px;
}

.bannerBox .el-input__inner,
.searchBoxH5 .el-input__inner {
  border: none;
  background: transparent;
  color: rgba(0, 0, 0, 1);
}

.bannerBox .el-select .el-input .el-select__caret {
  color: rgba(0, 0, 0, 1);
}

.searchBoxH5 {
  width: 100%;
  background: #ffffff;
}

.banner-dropdown {
  z-index: 9 !important;
}

#loginModal .modal-dialog {
  z-index: 55 !important;
}

.bannerBox .information {
  display: block;
  text-align: right;
  color: #333;
  font-size: 14px;
  line-height: 25px;
}
